home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Strings.h
-
- Copyright: © 1983-1993 by Apple Computer, Inc.
- All rights reserved.
-
- Version: System 7.1 for ETO #11
- Created: Tuesday, March 30, 1993 18:00
-
- */
-
- #ifndef __STRINGS__
- #define __STRINGS__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- StringPtr c2pstr(char *aStr);
- pascal StringPtr C2PStr(Ptr cString);
- char *p2cstr(StringPtr aStr);
- pascal Ptr P2CStr(StringPtr pString);
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-